home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Games / Hexagonal CA / HexCA.h / CoreDialogUtilPr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-25  |  722 b   |  19 lines  |  [TEXT/CWIE]

  1. #ifndef _CoreDialogUtilPr_
  2. #define _CoreDialogUtilPr_
  3.  
  4. #define    pBWButtonOutlineProc    1
  5.  
  6. pascal void        indentBWButtonProc         ( DialogRef, short );
  7. pascal Boolean        DLOGStandardProc         ( DialogRef, EventRecord *, short * );
  8. ControlHandle        GetItemHandle            ( DialogRef, short );
  9. void                SetItemHandle            ( DialogRef, short, short );
  10. Boolean            ItemVisible            ( DialogRef, short );
  11. short            GetItemValue            ( DialogRef, short );
  12. void                SetItemValue            ( DialogRef, short, short );
  13. void                SetTextValue            ( DialogRef, short, long );
  14. long                GetTextValue            ( DialogRef, short );
  15. void                InvertItem            ( DialogRef, short );
  16. void                EnableDisableItem        ( DialogRef, short, Boolean );
  17. void                GetItemRect            ( DialogRef, short, Rect * );
  18.  
  19. #endif